home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Add-ons / BBEdit Extension Dev. Kit / Read Me < prev    next >
Text File  |  1993-07-24  |  2KB  |  61 lines

  1. ABOUT THIS PACKAGE
  2.  
  3. This package provides all the information necessary to write drop-in
  4. code modules to extend BBEdit, versions 2.2 and later (including
  5. BBEdit Lite).
  6.  
  7. The extensions that you build with this kit will be compatible with
  8. all versions of BBEdit that support the extensions mechanism.
  9.  
  10. -    The “Writing BBEdit Extensions” document contains information
  11.     about the extension interface to BBEdit: how to construct
  12.     extensions, how to use the BBEdit callback interface, and so on.
  13.     It’s basically an excerpt from the BBEdit 2.5 manual, with some
  14.     modifications to make it backward-compatible to older versions.
  15.  
  16.     You’ll need Microsoft Word 4.0 or later to read or print this
  17.     document; alternatively, any application which is capable of
  18.     reading Microsoft Word files will work fine, but you may lose
  19.     formatting information.
  20.     
  21. -    The “BBEdit Extensions” folder contains built versions of the
  22.     standard extensions supplied with BBEdit. It’s supplied here
  23.     simply for convenience.
  24.     
  25. -    The “Extension Sources” folder contains the source, project,
  26.     and library files needed to construct BBEdit extensions. The
  27.     sources are included for all of the extensions in the “BBEdit
  28.     Extensions” folder.
  29.  
  30. The current version of BBEdit is BBEdit Lite 2.3. It’s available
  31. for anonymous FTP from world.std.com, in /ftp/pub/bbedit. It can
  32. also be found on sumex.stanford.edu, in /info-mac/text, and in the
  33. download libraries of CIS (the ZMC:DOWNTECH, SYMDEV, and MACDEV
  34. forums, in particular), and various other online services.
  35.  
  36. A demo version of BBEdit 2.5 is also available from the same
  37. locations. (On Sumex, it can be found in /info-mac/demo.)
  38.  
  39. If you have specific questions about writing extensions for BBEdit,
  40. you can contact us in a variety of ways:
  41.  
  42. Internet: bbedit@world.std.com
  43. CIS: 73051,3255
  44. Bix: siegel
  45.  
  46. U.S. Mail:
  47.     Bare-Bones Software
  48.     c/o R. Siegel
  49.     1 Larkspur Way #4
  50.     Natick, MA 01760
  51.     
  52. Electronic mail is preferred, and will yield the quickest response
  53. time - usually within the same day.
  54.  
  55. Information on purchasing a new copy of BBEdit 2.5, or upgrading from
  56. an older version to the commercial version, is included with the demo
  57. version of BBEdit 2.5. If you have additional questions, contact us
  58. through one of the addresses above.
  59.  
  60. July 24, 1993
  61.